home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Priority_Type.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-03-20  |  663 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (32) NOT NULL",
  4.         "Description": "Memo/Hyperlink (255)",
  5.         "Weight": "Double NOT NULL",
  6.         "ChangeDate": "DateTime"
  7.     },
  8.     "data": [
  9.         {
  10.             "Name": "Urgent",
  11.             "Description": "Incident is extremely urgent and requires immediate attention.",
  12.             "Weight": 1
  13.         },
  14.         {
  15.             "Name": "High",
  16.             "Description": "Incident is important and should be resolved as soon as possible.",
  17.             "Weight": 0.75
  18.         },
  19.         {
  20.             "Name": "Low",
  21.             "Description": "Incident is not critical and can be resolved as time and resources allow.",
  22.             "Weight": 0.25
  23.         },
  24.         {
  25.             "Name": "Medium",
  26.             "Description": "Incident is important but can be resolved in a reasonable time frame.",
  27.             "Weight": 0.5
  28.         },
  29.         {
  30.             "Name": "N/A",
  31.             "Description": "Priority is not applicable.",
  32.             "Weight": 0
  33.         }
  34.     ]
  35. }